.main {
    background: url(https://i.i8tq.com/shanghai/banner-bg.jpg) no-repeat top;
    background-size: 1920px auto;
}

.topbar {
    width: 100%;
    box-sizing: border-box;
    height: 80px;
    padding: 0 30px;
}

.top-date {
    line-height: 80px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    float: left;
}

.city-search {
    float: right;
    position: relative;
}

.city-search span a{
    line-height: 80px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

#searchInput {
    width: 270px;
    height: 30px;
    background-color: #cbc8e8;
    font-size: 14px;
    font-weight: normal;
    border: none;
    border-radius: 50px;
    box-sizing: border-box;
    padding-left: 35px;
    margin-left: 20px;
    background-image: url(https://i.i8tq.com/shanghai/i-search_03.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: auto 20px;
}

.search-result {
    position: absolute;
    background: #cbc8e8;
    width: 270px;
    z-index: 999;
    top: 60px;
    right: 0;
}

.search-result ul li {
    display: block;
    box-sizing: border-box;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
}

.search-result ul li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-result ul li:hover {
    background: #4357dc;
    color: #fff;
}

.navbar {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 45px;
}

.navbar a {
    float: left;
    display: block;
}

.main-logo {
    display: block;
    width: 150px;
    height: 60px;
    background: url(https://i.i8tq.com/shanghai/main-logo.png) no-repeat center;
    background-size: 150px auto;
    margin-right: 30px;
}

a.nav-link {
    font-size: 14px;
    color: #fff;
    width: 80px;
    height: 30px;
    line-height: 26px;
    margin: 15px 30px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
}

a.nav-link.current {
    border-radius: 20px;
    border: 2px solid #fff;
}

.weather-main {
    width: 1200px;
    /* height: 365px; */
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 75px;
}

.wea-lt {
    float: left;
    width: 345px;
    /* height: 365px; */
    box-sizing: border-box;
    color: #fff;
    padding-top: 15px;
}

.tab-ctrl {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.tab-item {
    height: 200px;
    float: left;
    position: relative;
    cursor: pointer;
    margin: 0 10px;
    margin-bottom: 20px;
}

.tab-item.current::after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #333574 transparent;
}

.tab-item .tab-shadow {
      display: none; 
}

.tab-item.current .tab-shadow {
     display: block;
}

.tab-item:hover .tab-shadow {
   
}

.tab-shadow{text-align: center;}

.tab-shadow::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(95, 82, 191, 0.5);
}
.pic-title{
        height: 43px;
        top: 403px;
        position: relative;
        background: rgba(95, 82, 191, 0.5);
        /* background-color: antiquewhite; */
}

.pic-shadow::before {
    display: block;
    content: '';
    top: 130px;
    width: 100px;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    background: rgba(15, 15, 16, 0.5);
}
.pic-title span{
        position: relative;
        /* left: 47px; */
        padding-left: 10px;
        top: -436px;
        font-size: 20px;
        color: #ffffff;
        text-shadow: black;
        text-shadow: 0 1px 0 #fff;
}

.tab-item .title{
    text-align: center;
    text-shadow: 2px 2px 2px #ffffff;
}
.tab-item .title span{
    color: #ffffff;
    position: relative;
    font-size: 20px;
    left: 20p;
    top: -120px;
    text-align: center;
    text-shadow: 3px 2px 2px #0c0a0a;
}

.tab-item .title em{
    font-size: 14px;
}


.tab-item img {
    background: rgba(37, 31, 82, 0.5);
    width: 100%;
    height: 100%;
}

.tab-main {
    clear: both;
    width: 100%;
    height: 470px;
    background: #333574;
}

.szqxt {
    width: 100%;
    height: 1050px;
    background: #f2f2f6;
    box-sizing: border-box;
    padding-top: 100px;
}

.footer {
    clear: both;
    width: 100%;
    height: 660px;
    background: url(https://i.i8tq.com/shanghai/footer-bg.jpg) no-repeat top;
    background-size: 1920px 465px;
}

.qr-box {
    text-align: center;
    width: 1200px;
    height: 465px;
    margin: 0 auto;
    overflow: hidden;
}

.qr-img {
    display: block;
    float: left;
    /*margin-right: 30px;*/
        margin-left: 123px;
    margin-top: 150px;
}

.login-box {
    float: left;
    padding-top: 55px;
}

.login-box h2 {
    color: #fff;
    font-size: 30px;
}

.login-form {
    margin-top: 40px;
}

.form-item {
    height: 50px;
    width: 330px;
    border-bottom: 2px solid #fff;
    margin-bottom: 25px;
}

.form-item span {
    height: 55px;
    line-height: 55px;
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
}

.form-item input {
    width: 270px;
    height: 50px;
    border: none;
    background: none;
    color: #fff;
    font-size: 14px;
}

#loginSubmit {
    width: 155px;
    height: 38px;
    background: #4555d5;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 20px;
}

.footer-link {
    height: 30px;
    background: #3466bb;
    width: 100%;
}

.link-box {
    width: 720px;
    margin: 0 auto;
    color: #fff;
}

.link-box a {
    line-height: 30px;
    color: #fff;
}

.link-box a:hover {}

.footer-info {
    padding: 10px 0;
}

.footer-info p {
    text-align: center;
    line-height: 1.7;
}

.footer-info p em {
    font-style: normal;
    color: #3466bb;
}

p.fp-last {
    height: 53px;
    line-height: 53px;
}

p.fp-last img {
    margin-right: 5px;
}

.sz-title {
    font-size: 30px;
    color: #4555d5;
    text-align: center;
}

.sz-tab-ctrl {
    width: 1200px;
    overflow: hidden;
    height: 80px;
    margin: 0 auto;
    margin-top: 20px;
}

.sz-tab-ctrl li {
    float: left;
    display: block;
    width: 70px;
    line-height: 76px;
    text-align: center;
    cursor: pointer;
    margin: 0 40px;
}

.sz-tab-ctrl li.current {
    border-bottom: 4px solid #3466bb;
    color: #3466bb;
}

.sz-content {
    width: 1200px;
    margin: 0 auto;
}

.sz-box {
    display: none;
}

.sz-box.current {
    /* text-align: center; */
    display: block;
}
.sz-imgs a {
    display: block;
    /* width: 1200px; */
    background: #fff;
}
.sz-imgs img {
    /* display: none; */
    display: block;
    margin: 0 auto;
}

.sz-imgs img.current {
    display: block;
}

.sz-imgs-ctrl {
    /* width: 100%; */
    height: 65px;
    /* background: #f9f9f9; */
}

.sz-imgs-ctrl-group {
    width: 300px;
    margin: 0 auto;
}

.sz-imgs-ctrl-group span {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 17px 10px;
}

span.sz_first {
    background: url(https://i.i8tq.com/shanghai/sz_first.png) no-repeat center;
    background-size: 30px 30px;
}

span.sz_pre {
    background: url(https://i.i8tq.com/shanghai/sz_pre.png) no-repeat center;
    background-size: 30px 30px;
}

span.sz_pause {
    background: url(https://i.i8tq.com/shanghai/sz_pause.png) no-repeat center;
    background-size: 30px 30px;
}
span.sz_start {
    background: url(https://i.i8tq.com/shanghai/sz_start.png) no-repeat center;
    background-size: 30px 30px;
    margin-right: 0;
}

span.sz_next {
    background: url(https://i.i8tq.com/shanghai/sz_next.png) no-repeat center;
    background-size: 30px 30px;
}

span.sz_last {
    background: url(https://i.i8tq.com/shanghai/sz_last.png) no-repeat center;
    background-size: 30px 30px;
}

.wea-updatetime {
    text-align: right;
    color: #fff;
    padding-right: 20px;
}

.sk-lt {
    width: 148px;
    float: left;
}

.sk-temp {
    /* margin-right: 5px; */
    font-size: 91px;
    font-weight: bold;
    text-align: center;
}

.sk-temp em {
    font-size: 30px;
    position: relative;
    top: -40px;
}

.extreme-temp {
    display: block;
    text-align: center;
    text-indent: 22px;
}

.extreme-temp span {
    /* margin-right: 10px; */
    /* background-color: #eb6100; */
}

.sk-rt {
    float: left;
    box-sizing: border-box;
    padding-top: 25px;
    overflow: hidden;
}

.sk-rt p {
    margin-bottom: 10px;
    padding-left: 20px;
}

.sk-wind {
    background: url(https://i.i8tq.com/shanghai/i-sk_wind.png) no-repeat left center;
    background-size: 12px 12px;
}

.sk-hum {
    background: url(https://i.i8tq.com/shanghai/i-sk_hum.png) no-repeat left center;
    background-size: 12px 12px;
}

.sk-aqi {
    background: url(https://i.i8tq.com/shanghai/i-sk_aqi.png) no-repeat left center;
    background-size: 12px 12px;
}

p.sk-alarm {
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: fff;
    background: #5476f5;
    padding: 0;
    color: #ffffff;
}

.wea-sk {
    overflow: hidden;
}

.wea-zs {
    margin-top: 60px;
}

.wea-zs ul li {
    width: 85px;
    float: left;
    border-right: 1px solid #fff;
}

.wea-zs ul li:last-child {
    border: none;
}

.wea-zs ul li img {
    display: block;
    margin: 10px auto 30px auto;
}

.wea-zs ul li h4, .wea-zs ul li em, .wea-zs ul li p {
    text-align: center;
    color: #3d506f;
}

.wea-zs ul li h4 {
    margin: 10px 0;
}
.wea-zs ul li em {
    margin: 10px 0;
    display: block;
}

.wea-rt {
    width: 840px;
    height: 390px;
    float: left;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px 15px 0px 15px;
}

p.gongbao {
    color: #3466bb;
    line-height: 1.7;
    font-size: 12px;
}

p.gongbao span {
    font-size: 14px;
    font-weight: bold;
}

.weather-content {
    width: 810px;
    overflow: hidden;
    position: relative;
}

.weather-content ul {
    width: 1488px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    /* margin-top: 20px; */
}
.dis {
    display: none!important;
}
.weather-content ul li {
    float: left;
    width: 62px;
}

.weather-content ul li span {
    display: block;
    text-align: center;
}

span.weather-time {
    margin: 10px auto;
    color: #3466bb;
}

.weather-wea {
    display: block;
    width: 35px;
    height: 35px;
    margin: 10px auto;
    background: url(https://i.tq121.com.cn/i/weather2017/weather_icon_b.png) no-repeat;
}
.around-wea.weather-wea {
    display: inline-block;
    margin-right: 20px;
}
.around-info {
    float: right;
    font-size: 12px;
    line-height: 30px;
}
.around-sk span{
    font-size: 15px;
    margin-right: 20px;
}
.d0 {
    background-position: 0 0;
}

.d1 {
    background-position: -78px 0;
}

.d2 {
    background-position: -160px 0;
}

.d3 {
    background-position: -240px 0;
}

.d4 {
    background-position: -320px 0;
}

.d5 {
    background-position: -400px 0;
}

.d6 {
    background-position: -480px 0;
}

.d7 {
    background-position: -560px 0;
}

.d8 {
    background-position: -640px 0;
}

.d9 {
    background-position: -720px 0;
}

.d00 {
    background-position: 0 0;
}

.d01 {
    background-position: -78px 0;
}

.d02 {
    background-position: -160px 0;
}

.d03 {
    background-position: -240px 0;
}

.d04 {
    background-position: -320px 0;
}

.d05 {
    background-position: -400px 0;
}

.d06 {
    background-position: -480px 0;
}

.d07 {
    background-position: -560px 0;
}

.d08 {
    background-position: -640px 0;
}

.d09 {
    background-position: -720px 0;
}

.d10 {
    background-position: -800px 0;
}

.d11 {
    background-position: -880px 0;
}

.d12 {
    background-position: 0 -80px;
}

.d13 {
    background-position: -80px -80px;
}

.d14 {
    background-position: -160px -80px;
}

.d15 {
    background-position: -240px -80px;
}

.d16 {
    background-position: -320px -80px;
}

.d17 {
    background-position: -400px -80px;
}

.d18 {
    background-position: -480px -80px;
}

.d19 {
    background-position: -560px -80px;
}

.d20 {
    background-position: -640px -80px;
}

.d21 {
    background-position: -720px -80px;
}

.d22 {
    background-position: -800px -80px;
}

.d23 {
    background-position: -880px -80px;
}

.d24 {
    background-position: 0 -160px;
}

.d25 {
    background-position: -80px -160px;
}

.d26 {
    background-position: -160px -160px;
}

.d27 {
    background-position: -240px -160px;
}

.d28 {
    background-position: -320px -160px;
}

.d29 {
    background-position: -400px -160px;
}

.d30 {
    background-position: -480px -160px;
}

.d31 {
    background-position: -560px -160px;
}

.d53 {
    background-position: -640px -160px;
}

.d99 {
    background-position: -720px -160px;
}

.d32 {
    background-position: -800px -160px;
}

.d49 {
    background-position: -880px -160px;
}

.d54 {
    background-position: 0 -240px;
}

.d55 {
    background-position: -80px -240px;
}

.d56 {
    background-position: -160px -240px;
}

.d57 {
    background-position: -800px -160px;
}

.d58 {
    background-position: -800px -160px;
}

.d301 {
    background-position: -400px -240px;
}

.d302 {
    background-position: -480px -240px;
}

.d97 {
    background-position: -400px -240px;
}

.d98 {
    background-position: -480px -240px;
}

.n0 {
    background-position: -560px -240px;
}

.n2 {
    background-position: -160px 0;
}

.n1 {
    background-position: -640px -240px;
}

.n3 {
    background-position: -720px -240px;
}

.n4 {
    background-position: -320px 0;
}

.n5 {
    background-position: -400px 0;
}

.n6 {
    background-position: -480px 0;
}

.n7 {
    background-position: -560px 0;
}

.n8 {
    background-position: -640px 0;
}

.n9 {
    background-position: -720px 0;
}

.n00 {
    background-position: -560px -240px;
}

.n02 {
    background-position: -160px 0;
}

.n01 {
    background-position: -640px -240px;
}

.n03 {
    background-position: -720px -240px;
}

.n04 {
    background-position: -320px 0;
}

.n05 {
    background-position: -400px 0;
}

.n06 {
    background-position: -480px 0;
}

.n07 {
    background-position: -560px 0;
}

.n08 {
    background-position: -640px 0;
}

.n09 {
    background-position: -720px 0;
}

.n10 {
    background-position: -800px 0;
}

.n11 {
    background-position: -880px 0;
}

.n12 {
    background-position: 0 -80px;
}

.n13 {
    background-position: -800px -240px;
}

.n14 {
    background-position: -160px -80px;
}

.n15 {
    background-position: -240px -80px;
}

.n16 {
    background-position: -320px -80px;
}

.n17 {
    background-position: -400px -80px;
}

.n18 {
    background-position: -480px -80px;
}

.n19 {
    background-position: -560px -80px;
}

.n20 {
    background-position: -640px -80px;
}

.n21 {
    background-position: -720px -80px;
}

.n22 {
    background-position: -800px -80px;
}

.n23 {
    background-position: -880px -80px;
}

.n24 {
    background-position: 0 -160px;
}

.n25 {
    background-position: -80px -160px;
}

.n26 {
    background-position: -160px -160px;
}

.n27 {
    background-position: -240px -160px;
}

.n28 {
    background-position: -320px -160px;
}

.n29 {
    background-position: -400px -160px;
}

.n30 {
    background-position: -480px -160px;
}

.n31 {
    background-position: -560px -160px;
}

.n53 {
    background-position: -640px -160px;
}

.n99 {
    background-position: -720px -160px;
}

.n32 {
    background-position: -800px -160px;
}

.n49 {
    background-position: -880px -160px;
}

.n54 {
    background-position: 0 -240px;
}

.n55 {
    background-position: -80px -240px;
}

.n56 {
    background-position: -160px -240px;
}

.n57 {
    background-position: -800px -160px;
}

.n58 {
    background-position: -800px -160px;
}

.n301 {
    background-position: -400px -240px;
}

.n302 {
    background-position: -480px -240px;
}

.n97 {
    background-position: -400px -240px;
}

.n98 {
    background-position: -480px -240px;
}

span.weather-chart {
    height: 80px;
}

span.weather-rain {
    color: #94c9fd;
    font-size: 15px;
    margin: 10px auto;
}
i.weather-rain-graph {
    display: block;
    width: 22px;
    margin: 0 auto;
}
.wea-more {
    display: block;
    color: #3466bb;
    font-size: 14px;
    text-align: center;
    height: 30px;
    box-sizing: border-box;
    line-height: 30px;
    width: 100%;
    border: 1px solid #5146b2;
    border-radius: 15px;
}

.weather-windd, .weather-winds {
    color: #999999;
    line-height: 1.5;
}
#tempCharts {
    position: absolute;
    top: 95px;
}
#leftBtn, #rightBtn {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 120px;
    cursor: pointer;
}
#leftBtn {
    background: url(https://i.i8tq.com/shanghai/i-rt.png) no-repeat center;
    background-size: 20px 40px;
    transform: rotate(180deg);
    left: 0;
}
#rightBtn {
    background: url(https://i.i8tq.com/shanghai/i-rt.png) no-repeat center;
    background-size: 20px 40px;
    right: 0;
}
.tab-news {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    display: none;
}
.tab-news.current {
    display: block;
}
.news-lt {
    float: left;
    width: 568px;
}
.news-lt video {
    display: block;
    float: left;
    margin-top: 25px;
    margin-right: 20px;
    width: 100%;
}
.tab-news img {
    width:568px;
    height:421px;
    display: block;
    float: left;
    margin-top: 25px;
    margin-right: 20px;

}
.env-lt {
    width: 570px;
    height: 420px;
    background: rgba(255, 255, 255, 0.2);
    margin-top: 25px;
}
.env-aqi-next p.aqi-lv {
    margin-top: 30px;
}
.env-aqi-next hr {
    width: 90%;
    height: 1px;
    border: 0;
    border-top: 1px solid #a4a5c1;
    margin: 10px auto;
}
.env-aqi-next p.aqi-wrw {
    margin-top: 20px;
    margin-bottom: 20px;
}
.env-aqi-next:nth-of-type(2) {
    margin-left: 20px;
}
p.aqi-lv {
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 70px;
}
i.aqi-lv-gra {
    font-style: normal;
    line-height: 30px;
    display: block;
    width: 149px;
    height: 30px;
    border-radius: 20px;
    margin: 0 auto;
    background: -webkit-linear-gradient(left,#83bb50, #f6c122);
    background: -o-linear-gradient(left,#83bb50, #f6c122);
    background: -moz-linear-gradient(left,#83bb50, #f6c122);
    background: linear-gradient(left,#83bb50, #f6c122);
}
p.aqi-wrw {
    margin-top: 70px;
    margin-bottom: 30px;
}
span.aqi-wrw-name {
    font-weight: bold;
}
.env-aqi {
    color: #fff;
    text-align: center;
    width: 136px;
    margin: 20px;
    padding-top: 20px;
    float: left;
}
.env-aqi-next {
    color: #fff;
    text-align: center;
    width: 270px;
    float: left;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.2); 
    margin-bottom: 20px;
}
.env-aqi hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #a4a5c1;
    margin: 20px auto;

}
.env-aqi h3 {
    font-size: 14px;
    font-weight: bold;
}
.env-aqi h4 {
    font-size: 14px;
}
.news-rt {
    color: #fff;
    float: left;
    width: 570px;
    padding-top: 20px;
    margin-left: 20px;
}

.news-info em{
    font-size: 12px;
    padding-left: 20px;
    float: right;
}
.news-rt h2 {
    font-size: 20px;
    text-align: center;
    margin: 25px 0;
}
.news-rt h3 {
    font-size: 20px;
    margin: 25px 20px;
}
.news-rt h2.env-rt-title {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    margin: 15px 0;
}
.news-rt h2.env-rt-title span {
    font-size: 14px;
    margin-left: 20px;
    font-weight: normal;
}
.news-rt p {
    font-size: 12px;
    line-height: 30px;
}
.news-rt .news-info {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    padding-left: 20px;
}
.i-time {
    background: url(https://i.i8tq.com/shanghai/i-time.png) no-repeat left center;
    background-size: 13px 14px;
}
.i-user {
    background: url(https://i.i8tq.com/shanghai/i-user.png) no-repeat left center;
    background-size: 13px 14px;
}
.i-reffer {
    background: url(https://i.i8tq.com/shanghai/i-reffer.png) no-repeat left center;
    background-size: 13px 14px;
}
.i-close {
    display: block;
    width: 12px;
    height: 12px;
    float: right;
    background: url(https://i.i8tq.com/shanghai/i-close.png) no-repeat center;
    background-size: 12px 12px;
    cursor: pointer;
}
a.news-more {
    clear: both;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 175px;
    text-align: center;
    border: 1px solid #fff;
    margin-top: 20px;
}
